home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 5 / MacMania 5.toast / / Tools&Utilities / Digester 2.3 / sources / digester.par < prev    next >
Text File  |  1996-05-14  |  4KB  |  60 lines

  1. #       file: digester.par
  2. #       purpose:    parameters for the program digester v 2.1.1b
  3. #       author:     Andre' C. van der Ham
  4. #       e-mail:     A.C.vanderHam@ET.TUDelft.NL
  5. #
  6. #       notice:     Don't forget to set the path to your scripts directory
  7. #                   and the path to the destination dir.
  8.  
  9. SCRIPT  "/vdham-bin/"                                   # scripts directory (UN*X style)
  10. SITE    "sites.asc"                                     # load mirror sites from this file
  11. PATH    ""                                        # additional path for destination files (mac style)
  12. #PATH   "site/"                                         # additional path for destination files (UN*X style)
  13. IMAGES    "buttons/"                                        # additional path for the buttons
  14.  
  15. NAMA    "IM%d-%d.html"                                  # file name prefix 1 file, has 2 arguments!
  16. NAMT    "IMt%d-%d.html"                                 # file name prefix toc file, has 2 arguments!
  17. NAMP    "IMp%d-%d.html"                                 # file name prefix messages file, has 2 arguments!
  18. NAMM    "IMm%d-%d.html"                                 # file name prefix programs file, has 2 arguments!
  19. BOD     "Info-Mac Digest      "                         # begin of digest phrase
  20. VOL     "Volume"                                        # volume prefix string, argument 2 (optional: leave empty if not available, remember to modify file names!)
  21. ISS     "Issue"                                         # Issue prefix string, argument 1 (optional: leave empty if not available, remember to modify file names!)
  22. EOD     "End of Info-Mac Digest"                        # end of digest phrase
  23. BOT     "Today's Topics:"                               # begin of TOC, leave it empty if there's no delimiter
  24. EOT     "----------------------------------------------------------------------"    # end of topics phrase
  25. EOM     "------------------------------"                # end of message phrase
  26. RTD     "/info-mac/"                                    # root directory of mirror
  27. BOF     "[Archived as /info-mac/"                       # begin of linked file path
  28. EOF     ";"                                             # end of file path marker
  29.  
  30. FTYPE   "TEXT"                                          # destination file type
  31. FCREAT  "MOSS"                                          # destination file creator   
  32.  
  33. # TYPE specifier:
  34. # 1: 1 entire file
  35. # 2: split-up into 3 files: table of topics, programs and messages
  36. # 3: split-up into 2 files: toc + programs, toc + messages
  37.  
  38. TYP     1                                               # make 1 file
  39.  
  40. # switches 0 = no, 1 = yes
  41.  
  42. BUT     1                                               # buttons on
  43. MAI     0                                               # do mail button
  44. FIL     1                                               # check for archive files and link 'em
  45. URL     1                                               # check for URLs and link them
  46. MURL    1                                               # Do mail URLs
  47. ADON    0                                               # Include ad in title
  48. ADLINK  "ad.html"                                       # Linked file
  49. ADIMAGE "ad.gif"                                        # The ad image
  50.  
  51. DEBUG   0                                               # Show debug info
  52. PROMPT  0                                               # prompt me for options
  53.  
  54. # MAIL search arguments
  55.  
  56. MFROM   "From: "                                        # From string
  57. MTO     "To: "                                          # To   string
  58. MSUBJECT "Subject: "                                    # Subject string
  59. MDATE   "Date: "                                        # Date string
  60.